protected function _initAction()
 {
     parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/EbayProductDetails.js');
     return $this;
 }
 protected function _initAction()
 {
     $result = parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/InstallationEbay.js');
     return $result;
 }