public bool ProductCategorySave(int ProductCategoryID, string Name, string Description, DateTime UpdatedOn, string CreatedBy, string UpdatedBy, int HSN_SAC) { return(productCategoryDAL.ProductCategorySave(ProductCategoryID, Name, Description, UpdatedOn, CreatedBy, UpdatedBy, HSN_SAC)); }