/** Edit the current instance of LaboratoireReference in editor */
  @Override
  protected void edit() {

    /* set the instance in edit mode in the editor */
    editor.setEdited(true);

    /* update field widgets in editor */
    // Field districtSante depends on the value of field region
    editor.getDistrictSanteFilteredByRegion(current.getRegion());
  }