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