public void Remove(BaseButton control) { ControlList.Remove(control); }
public void Add(BaseButton control) { ControlList.Add(control); }