public function getCategories()
 {
     $categories = Category::exceptMain()->get();
     //convert them to tree
     return $categories->linkNodes()->toTree();
 }