private void pacienteToolStripMenuItem_Click(object sender, EventArgs e) { Mascota mta = new Mascota(); mta.ShowDialog(); }