/*
  * (non-Javadoc)
  *
  * @see net.metaship.swing.generic.ContextJInternalDetailFrame#refreshModel()
  */
 protected void refreshModel() {
   orderPanel.refreshOnUpdatedModel();
   getModel().getClientValueObjectProxy().setChanged(false);
 }