private void Window_Closed(object sender, EventArgs e) { TableManager table = new TableManager(); table.ShowDialog(); }