this.express.get('/:type', (function(_this) {
        return function(req, res, next) {
          return res.sendfile("./static/html/" + req.params.type + "overview.html", function(error) {
            if (error != null) {
              next();