private void anadirNota_Click_2(object sender, EventArgs e) { MenuNotas form = new MenuNotas(); form.Show(); }