private void goToGame(string playerFileName) { this.NavigationService.Navigate(new Game(PlayerDB.getDB().loadGame(playerFileName))); }