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