public MedicalRecord GetMedicalRecordByPatient(Patient patient)
 => _medicalRecordService.GetPatientMedicalRecord(patient);