private void button2_Click(object sender, EventArgs e) { BookInfo BOOK = new BookInfo(); BOOK.Show(); this.Hide(); }