public static Category GetCateByID(int idCate)
 {
     return(CategoryBUS.GetCateByID(idCate));
 }