public void UpdateProductCategory(int ID, String name) { //ProductCategoryDAL.UpdateProductCategory(ID,name); ProductCategoryDAL.spUpdateProductCategory(ID, name); }