public NewGameCommand(EndGameViewModel endGameViewModel)
 {
     this._endGameViewModel = endGameViewModel;
 }
 public ExitCommand(EndGameViewModel endGameViewModel)
 {
     _vm = endGameViewModel;
 }