this.modelManager.forEachModel(
      model => {
        if (model) {
          models.push(model);
        }