public void Save(Incident incident)
 {
     if (incident.NotificationRequired())
         _notifer.NotifyIncidentManager(incident);
 }