private hide(): void {
    this.dialog.style.display = "none";
    document.removeEventListener("keyup", this.keyup);
  }