public function get()
 {
     $data = Category::getCategory();
     return response()->json($data);
 }