Form.remove({}).exec(function() {
            User.remove({}).exec(function() {
                userSession.destroy();
                done();
            });