public void AddInPatient(InPatient patient)
 {
     pat.AddInPatient(patient);
 }