_appendView: function(view) {
    this.addView(view);
    this.$el.append(view.render().$el);
  },