private void menuSearch_Click(object sender, EventArgs e) { this.Hide(); BookSearch newBookSearch = new BookSearch(); newBookSearch.Show(); }