userSchema.methods.saveManager = function(managerProperties) {

        let userDocument = this;

        return new Promise((resolve, reject) => {