public List <MedicalRecord> GetAllMedicalRecords()
 {
     return(medicalRecordService.GetAllMedicalRecords());
 }