this.alertService.showDialog(this.translations.removeConfirmation, DialogType.confirm, () => {
            this.dataService.removeChainDb(db);
            this.alertService.showMessage(this.translations.databaseRemovedTitle, this.translations.databaseRemovedContent, MessageSeverity.success);
            this.refresh();
        });