private void btnNOTAS_Click(object sender, EventArgs e) { Notas notas = new Notas(); this.openChildForm(notas); }