public void Remove(LayoutItem child) { Children.Remove(child); }
public void Add(LayoutItem child) { Add(child, null); }