public IList<NotificationPreferenceDto> NotificationTimesMinutes(int id)
 {
     var notificationService = new NotificationService();
     return notificationService.GetNotificationTimesForAgendaItem(id);
 }