private void btnClearSystem_Click(object sender, EventArgs e) { if (MessageBox.Show("Are you sure to clear ALL lots in LHD system?", "Confirm", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { LotService.ClearSystem(); } }