public List<ReportConfigInfoEntity> GetReportConfigInfoEntity(string reportTitle, OnlineEnquiryReportType reportType)
 {
     BackEndSpecificGateway backEndSpecificGateway = new BackEndSpecificGateway();
     return backEndSpecificGateway.GetReportConfigInfo(reportTitle, reportType);
 }