init: function(view) {
        this._super();
        this.view = view;
        mps.publish('Place/register', [this]);
      },