public function getNewEntityForSale($saleOptions)
 {
     $this->_load();
     return parent::getNewEntityForSale($saleOptions);
 }