private void btnEditBook_Click(object sender, EventArgs e) { EditBook obj = new EditBook(); this.Hide(); obj.ShowDialog(); }