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