public ActionResult <List <NotificationTypeResponse> > GetAll()
 {
     return(Ok(_notificationTypeRepository.GetAllNotificationTypes()));
 }