function ProjectMergeRequests() {
      this.comment = bind(this.comment, this);
      this.update = bind(this.update, this);
      this.add = bind(this.add, this);
      this.show = bind(this.show, this);