/**
  * Call the order panel's check method.
  *
  * @return
  * @throws FieldValueException
  * @throws UserCancelSaveException
  */
 public boolean checkForDuplicateContainerNumber()
     throws FieldValueException, UserCancelSaveException {
   return orderPanel.checkForDuplicateContainerNumber();
 }