public bool Create_Category(CreateUpdateClient.CategoryServiceProxy.Category category)
 {
     return(base.Channel.Create_Category(category));
 }
 public System.Threading.Tasks.Task <bool> Create_CategoryAsync(CreateUpdateClient.CategoryServiceProxy.Category category)
 {
     return(base.Channel.Create_CategoryAsync(category));
 }
 public bool Update_Category_By_ID(CreateUpdateClient.CategoryServiceProxy.Category category_)
 {
     return(base.Channel.Update_Category_By_ID(category_));
 }