public IEnumerable <NotificationItem> Get(int id)
 {
     return(_notifications.GetUnsentNotificationsById(id));
 }