public string GetLastSelectionData(int ScreenId)
        {
            ISupplierCreditPaidDaysDAL purInvoice = new SupplierCreditPaidDaysDAL();
            var result = purInvoice.GetLastSelectionData(ScreenId);

            return(result);
        }