public void StartTimers2() { List <Podcast> pList = pHandler.getPodList(); foreach (Podcast pod in pList) { tService.StartTimer(pod); } }