public List <DataTable> SalesInvoiceAdditionalCostViewByVoucherNoUnderVoucherType(decimal decVoucherTypeId, string strVoucherNo)
        {
            List <DataTable> listObj = new List <DataTable>();

            try
            {
                listObj = SPSalesMaster.SalesInvoiceAdditionalCostViewByVoucherNoUnderVoucherType(decVoucherTypeId, strVoucherNo);
            }
            catch (Exception ex)
            {
                MessageBox.Show("PBBLL:1" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
            return(listObj);
        }