public function preDispatch()
 {
     parent::preDispatch();
     $this->getRequest()->setRouteName('catalog');
 }