public void ChangeIncident(Incident incident)
 {
     throw new System.NotImplementedException();
 }
 public void AddIncident(string ID, Incident incident)
 {
     throw new System.NotImplementedException();
 }