public PlayGame(model.Game A_game, view.IView A_view) { a_game = A_game; a_view = A_view; a_game.addSub(this); }