public string GetPodcastUrl(int index)
 {
     return(podcastRepository.GetUrl(index));
 }