public function reindexAction()
 {
     $this->_catalogModel->reindexProducts();
     $redirector = $this->getHelper('redirector');
     return $redirector->gotoRoute(array('action' => 'list'), 'admin');
 }