private void btnCustomers_Click(object sender, EventArgs e) { var formCustomer = new FormCustomers(); formCustomer.ShowDialog(); LoadData(); }