thisModule.getAdminPage(req).then(function(content){
            qacServices.noCacheHeaders(res, 'html');
            content = html.html([qcsCommon.simpleHead(null, thisModule), content]);
            res.end(content.toHtmlDoc({pretty:true, title:'admin qa-control'}));
        }).catch(function(err) {