initialize: function() {
        this.placeService = new PlaceService(this);
        this.setSubscriptions();
        this.setEvents();
      },