/**
  * Object initialization
  *
  * @param array $argv
  */
 public function __construct(array $argv)
 {
     parent::__construct($argv);
     $this->_productHelper = Mage::helper('enterprise_catalog/product');
 }
 /**
  * Constructor
  */
 public function __construct(array $argv)
 {
     parent::__construct($argv);
     $this->_productHelper = Mage::helper('enterprise_catalog/product');
     $this->_columns = array_merge($this->_getStaticColumns(), $this->_getEavColumns());
 }