public void CreateRating(EpisodeRating rating)
 {
     episodeRepository.CreateRating(rating);
 }