private void addBookToolStripMenuItem_Click(object sender, EventArgs e) { FormBook f = new FormBook(0); f.Show(); this.Hide(); }