void btnBuscar_Click(object sender, EventArgs e) { Forms.Clientes cl = new Forms.Clientes(); cl.Show(); this.Hide(); }