_removeItem: function() {
    this.trigger('remove', this.model, this);
    this.model.pause();
    this.clean();
  },