public GameController(GamesIPlayContext ctx)
 {
     context = ctx;
     genres  = context.Genres.OrderBy(g => g.GenreID).ToList();
 }
 public GenreController(GamesIPlayContext ctx)
 {
     context = ctx;
 }