private void btnCrea_Click(object sender, EventArgs e) { CreaInfezione newForm = new CreaInfezione(); newForm.ShowDialog(); }