@Override
 public void refreshModel() throws Exception {
   getModel().setVisibilityKind(getModelClone().getVisibilityKind());
   super.refreshModel();
 }