public HospitalService() { //Initialize Hospital List from file, from database or create a new one. _hospitals = HospitalRepository.GetData(); }