public RedirectToActionResult Edit(Game game)
 {
     gameRepo.Edit(game);
     return(RedirectToAction("Index"));
 }