public static int AddUpdateCategory(category ob)
 {
     return(CategoryProvider.AddUpdateCategory(ob));
 }