private void btn_libedit_Click(object sender, EventArgs e) { LibraryMgt gm = new LibraryMgt(); gm.ShowDialog(Program.mainForm); LoadLibaray(); }