private void icon_customer_Click(object sender, EventArgs e) { CustomerForm customerForm = new CustomerForm(); customerForm.Show(); }