rightSchema.methods.canLinkToUser = function() {
        let model = this.model('Beneficiary');

        return model.find()
        .where('right', this._id)