public function addPrices(\Cx\Modules\Pim\Model\Entity\Price $prices)
 {
     $this->_load();
     return parent::addPrices($prices);
 }