/**
  * @return mixed
  */
 public function getRootsCategories()
 {
     return Category::roots()->get();
 }