public function indexAction()
 {
     if ($this->isSkipped()) {
         return $this->_redirect('*/adminhtml_common_listing/index/');
     }
     parent::indexAction();
 }
 public function indexAction()
 {
     /* @var $wizardHelper Ess_M2ePro_Helper_Module_Wizard */
     $wizardHelper = Mage::helper('M2ePro/Module_Wizard');
     if ($wizardHelper->isSkipped($this->getNick())) {
         return $this->_redirect('*/adminhtml_common_listing/index/');
     }
     parent::indexAction();
 }