public int Post(Patient patient)
 {
     return(_patientSystem.RegisterPatient(patient));
 }