private void btnBuscar_Click(object sender, EventArgs e) { clsGlobal.frmtext = this.Name; frmBuscar form = new frmBuscar(); form.ShowDialog(); }