public void AddChildAt(DisplayObject child, int index)
 {
     this._children.Insert(index, child);
 }