public NotificationsController()
 {
     _context = new ApplicationDbContext();
     mapper   = AutoMapperProfile.Configure().CreateMapper();
 }