public IEnumerable <Allergy> GetPatientAllergies(Patient patient)
 => _medicalRecordService.GetPatientAllergies(patient);