private void btnModificacion_Click(object sender, EventArgs e) { BusqModifCliente busqModifCliente = new BusqModifCliente(); this.Hide(); busqModifCliente.ShowDialog(); this.Show(); }