userSchema.methods.getManager = function() {

        let user = this;

        if (!user.roles.manager) {