public void Save(Incident incident)
 {
     if (incident.ManagerNotificationRequired())
         _notifier.NotifyIncidentManager(incident);
 }