public static bool DelCate(int idCate)
 {
     if (CategoryBUS.DelCate(idCate) == true)
     {
         return(true);
     }
     return(false);
 }