public GameRepository(GameContext _context)
 {
     context = _context;
 }
 public GameRepository()
 {
     context = new GameContext();
 }