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