public DataTable GetTransactionHistory() { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetTransactionHistory()); }