private void button1_Click(object sender, EventArgs e) { FD.Autenticacion UserLog = new Autenticacion(); this.Hide(); UserLog.ShowDialog(); }