public List <DynamicReportCommon> GetPendingReport(DynamicReportFilter model)
 {
     return(_repo.GetPendingReport(model));
 }
 public List <DynamicReportCommon> GetPendingReport()
 {
     return(_repo.GetPendingReport());
 }