private void btnAddCustomer_Click(object sender, EventArgs e) { CustomerAddForm CAF = new CustomerAddForm(); CAF.Show(); }