public bool RemoveChild(YoloItem item) { return(ChildItems.Remove(item)); }
public void AddChild(YoloItem item) { ChildItems.Add(item); }