private void btnQuit_Click(object sender, EventArgs e) { if (MessageUtil.Confirmation("¿Desea cerrar el programa?")) { this.Close(); } }