public function setVehicleType($vehicleType)
 {
     $this->__load();
     return parent::setVehicleType($vehicleType);
 }