public List<ReportConfigUserEntity> GetListReportConfigUserEntity(string reportConfigInfoId)
 {
     BackEndSpecificGateway backEndSpecificGateway = new BackEndSpecificGateway();
     return backEndSpecificGateway.GetListReportConfigUserEntityByReportConfigInfoId(reportConfigInfoId);
 }