public List <Podcast> HamtaAllaPodcasts()
 {
     return(podcastRepository.HamtaAlla());
 }