init: function(view) {
        this.view = view;
        this.status = new StatusModel();
        this._super();
      },