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