private void FbBtn_Click(object sender, EventArgs e) { Firebird fbVista = new Firebird(); fbVista.ShowDialog(); this.Hide(); }