public NotificationController(IHAVNotificationService aNoticiationService)
 {
     theNotificationService = aNoticiationService;
 }
 public NotificationController()
 {
     theNotificationService = new HAVNotificationService();
 }