private void buttonCREAR_Click(object sender, EventArgs e) { AltaRol alta = new AltaRol(); alta.ShowDialog(this); }