public function revertProductsSale($items)
 {
     parent::revertProductsSale($items);
     Mage::dispatchEvent('cataloginventory_stock_revert_products_sale', array('items' => $items));
     return $this;
 }