public function index()
 {
     $categoryList = Category::getAllItemOrdered();
     return view("home", ["categoryList" => $categoryList]);
 }