public function indexAction($id = null)
 {
     $this->view->breadcrumbs = array(array('url' => '/', 'title' => 'Главная'), array('url' => '../market', 'title' => 'Маркет'));
     $vMarket = new Market($this->context);
     $this->view->setVar('block_last_GS', $vMarket->getLastTovarHTMLGS());
     $this->view->generate();
 }