// Methods public void Add(Component component) { children.Add(component); }
public void Remove(Component component) { children.Remove(component); }