public function getBreadcrumb($category)
 {
     $this->view->bread = $this->_catalogModel->getParentCategories($category);
 }