public void RemoveChildNode(BaseNode Child) { _ChildNodes.Remove(Child); }
public void AddChildNode(BaseNode Child) { _ChildNodes.Add(Child); }