if (this.model) {
      Model = this.model;
    } else if (this.collection) {
      Model = this;
      Collection = Model.collection;