public int GetGameRatingByRating(int rating)
 {
     return(gameRatingRepository.GetGameRatingByRating(rating));
 }