public DataTable GetDiscountForCustomer(string CustCode) { return(BusinessObjectManager.GetDiscountForCustomer(CustCode)); }