return Beneficiary.find()
        .where('right', this._id)
        .exec()
        .then(beneficiaries => {
            let removePromises = [];