private void ShowDbExplorer() { _dbe = DbExplorerForm.Instance(this); _dbe.WindowState = FormWindowState.Normal; _dbe.Show(); _dbe.BringToFront(); }