public ProbingWorklistQueryContext(ApplicationServiceBase service, Facility workingFacility, SearchResultPage page, bool downtimeRecoveryMode)
 {
     _wqc = new WorklistQueryContext(service, workingFacility, page, downtimeRecoveryMode);
 }