for (let i = 0; i < len; i++ ) {
      if (controls[i].value === checkInfo._id) {
        this.users.removeAt(i);
        break;
      }