private void pictureBox1_Click(object sender, EventArgs e) { Book_Issue book = new Book_Issue(); book.Show(); this.Hide(); }