private void btnBuscar_Click(object sender, EventArgs e) { this.Close(); FormBuscarE abrir = new FormBuscarE(); abrir.Show(); }