def exitRoot(self, ctx):
        ctx.value = model.Root()
        self.db.session.add(ctx.value)