public bool ProductCategoryDelete(int ProductCategoryID, DateTime UpdatedOn, int UpdatedBy) { return(productCategoryDAL.ProductCategoryDelete(ProductCategoryID, UpdatedOn, UpdatedBy)); }