public IEnumerable <Episode> GetAllEpisodes(Guid id) { return(_episodeRepository.GetAllEpisodes(id)); }