public double GetAverageRateOfMovie(int movieId)
 {
     return(_movieRatingRepo.GetAverageRateOfMovie(movieId));
 }