// Admits a patient to a specific hospital public void AdmitTo(Hospital hospital) { hospital.AdmitPatient(this); }