internal void SetGame(Game2 aGame) { myGame = aGame; }
public Controller(IView theView, Game2 theModel) { view = theView; model = theModel; }