protected override void OnInitialized()
 {
     Parent.AddChildItem(this);
     Index = Parent._children.Count - 1;
 }