function show_detail($cid)
 {
     $cat = new Category();
     $results = $cat->show_one_cat($cid);
     include 'details_category_view.php';
 }