protected function _redirect($path, $arguments = array())
 {
     $arguments['store'] = $this->_getStoreId();
     parent::_redirect($path, $arguments);
 }
 protected function _redirect($path, $arguments = array())
 {
     parent::_redirect($path, $arguments);
 }