public DeckScreen(GameEngine game) { _game = game; }
public MainMenu(GameEngine game) { _game = game; }