private void buttonCancel_Click(object sender, EventArgs e) { CustomerDetails cd = new CustomerDetails(); this.Close(); }