public static bool UpdateCate(Category c) { if (CategoryBUS.UpdateCate(c) == true) { return(true); } return(false); }