private void add_new_animal_btn_Click(object sender, EventArgs e) { Add_Animal_Form aaf = new Add_Animal_Form(); aaf.ShowDialog(); }