public void buttonsRemove(RealmsButton button) { super.buttonList.remove(button.getProxy()); }
public void buttonsAdd(RealmsButton button) { super.buttonList.add(button.getProxy()); }