public YahtzeeController(GameController cont) { container = cont; view = new YahtzeeView(this); model = new YahtzeeModel(); }