//Lägger till alla podcasts till listan som ska användas för timern private void AddPodcastToTimerList() { foreach (var item in podcastController.GetAllPodcasts()) { podcastTimerList.Add(item); } }