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