public void UpdateNotification(Notification notification)
 {
     alertRepository.UpdateNotification(notification);
 }