classes.preRemove(function(_id, next) {
        activities.remove({
            classId: _id
        }).then(function() {
            next();