private show(): void {
    this.dialog.style.display = "flex";
    document.addEventListener("keyup", this.keyup);
  }