public void DeleteEntity(MedicalRecord entity)
 {
     medicalRecordRepository.DeleteEntity(entity);
 }