public Notification AddEntity(Notification entity)
 {
     return(notificationService.AddEntity(entity));
 }