public double GetAverageRateGivenByReviewer(int reviewerId)
 {
     return(_movieRatingRepo.GetAverageRateGivenByReviewer(reviewerId));
 }