public ReportConfigInfoEntity GetReportConfigInfoEntityByPk(string reportConfigInfoId)
 {
     BackEndSpecificGateway backEndSpecificGateway = new BackEndSpecificGateway();
     return backEndSpecificGateway.GetReportConfigInfoByPK(reportConfigInfoId);
 }