}
@Override
protected void initFormsControls() throws ExceptionDAO {
JDialogPatient patientForm = (JDialogPatient) this.editForm;
this.controllerViewClinicalInfoByPatient = new ControllerViewClinicalInfoByPatient(patientForm.getTableClinicalInfo(), (Patient) this.curretnEntity, this.isEditing());
this.controllerViewFamilyBackground = new ControllerViewFamilyBackground(patientForm.getjTableBackground(), (Patient) this.curretnEntity, this.isEditing());
this.controllerViewMedicineByPatient = new ControllerViewMedicineByPatient(patientForm.getTableMedicinesList(), (Patient) this.curretnEntity, this.isEditing());
this.controllerViewPathologyByPatient = new ControllerViewPathologyByPatient(patientForm.getTablePathologiesList(), (Patient) this.curretnEntity, this.isEditing());
this.controllerViewSportByPatient = new ControllerViewSportByPatient(patientForm.getTableSportsList(), (Patient) this.curretnEntity, this.isEditing());
this.controllerViewSurgeryByPatient = new ControllerViewSurgeryByPatient(patientForm.getTableSurgeriesList(), (Patient) this.curretnEntity, this.isEditing());