int?langId = 1;  //TODO

        public GamesRepository(NewGenGamesEntities context)
        {
            this.db = context;
        }