public function setShipmentType($shipmentType)
 {
     $this->__load();
     return parent::setShipmentType($shipmentType);
 }