//Constructors public WelcomeScreenController(WelcomeScreen wS) { _view = wS; _model = new GameEngine(); _view.SetController(this); }