public void DeletePodcastByCategory(string categoryName) { podcastRepository.DeletePodcastsByCategory(categoryName); }