public function getList()
 {
     $all_prod_cat = Prod_Cat::find_all();
     return $all_prod_cat;
 }