public IActionResult GetAll()
 {
     return(Ok(_notificationService.GetAll()));
 }