T removeAt(int index) { var displayObject = _children[index]; this.parent.removeChildAt(index); return displayObject; }