public MedicalRecord GetMedicalRecordByPatientId(int Id)
 {
     return(medicalRecordService.GetMedicalRecordByPatientId(Id));
 }