public List <Podcast> GetAllPodcastByKategori(string kategori)
 {
     return(podcastRepository.GetAllByKategori(kategori));
 }