public ReportSession GetReportSession(string userId, string reportId)
 {
     return(ReportEngineApplication.GetReportSession(userId, reportId));
 }