public EpisodeRating GetEpisodeRating(int episodeId, int userid)
 {
     return(episodeRepository.GetEpisodeRating(episodeId, userid));
 }