public List<JudicialUserEntity> GetListJudicialUserEntity(string reportConfigInfoId, string sectionCode)
 {
     BackEndSpecificGateway backEndSpecificGateway = new BackEndSpecificGateway();
     return backEndSpecificGateway.GetListReportConfigUserEntity(reportConfigInfoId, sectionCode);
 }