function Labels() {
      this.create = bind(this.create, this);
      return Labels.__super__.constructor.apply(this, arguments);
    }