public EmergencyCallService(Hospital hospital, Ambulance ambulance)
     : this()
 {
     Hospitals.Add(hospital);
     Ambulance.Add(ambulance);
 }