public function menuAction()
 {
     $this->assign('liste', $this->categoryService->listAllHierarchical(1));
 }