public function setPrice($price)
 {
     $this->_load();
     return parent::setPrice($price);
 }