@Override public void removeCustomer() { game.removeCustomer(); }
@Override public void newCustomer() { game.addCustomer(); }