private void btnDelete_Click(object sender, EventArgs e) { db.DeleteVehicle(txtVehicleNo.Text.Trim()); LoadForm(); ClearText(); EnableFalse(); }