public ClientNotificationHub(Services.INotificationHubService notificationHubUSer)
 {
     //_notificationHubService = notificationHubService;
     _notificationHubUSerService = notificationHubUSer;
 }
 public NewNotificationAlert(Services.INotificationHubService service)
 {
     _notificationHubUSerService = service;
 }