public void AddChild(IDescription child)
 {
     GetChildren().Add(child.key, child);
     child.SetParent(this);
 }