storyline: function(id) {
    this.region.show(new EditStorylineView({
      model: this.entry.storylines.get(id)
    }));
  },