public void removeButton(Button b) { Buttons.Remove(b); }
public void addButton(Button b) { Buttons.Add(b); }