//Get unread notifications to see them
 public List <Notification> GetUnreadNotificationService()
 {
     return(data.GetUnreadNotification());
 }