public List <DynamicReportCommon> GetTransactionReport(DynamicReportFilter model)
 {
     return(_repo.GetTransactionReport(model));
 }
 public List <DynamicReportCommon> GetTransactionReport(string AgentId = "")
 {
     return(_repo.GetTransactionReport(AgentId));
 }