_.each(this._modelInstances, function(model) {
      model.destroy();
      var index = that._modelInstances.indexOf(model);
      that._modelInstances[index] = null;
    });