public void setUI(UserInterface ui) { this.ui = ui; }
public Controller(UserInterface ui) { this.setUI(ui); }