private void buttonCancel_Click(object sender, EventArgs e) { ConnectionDAL clsConnectionDAL = new ConnectionDAL(); clsConnectionDAL.DesconectarBanco(); Application.Exit(); }