private void addToolStripMenuItem_Click(object sender, EventArgs e) { InsertAnimalType insertForm = new InsertAnimalType(); insertForm.Show(); }