private void AddClientBtn_Click(object sender, EventArgs e) { //open client form AddClientForm addclient = new AddClientForm(); addclient.ShowDialog(); MessageBox.Show("Client has been added"); LoadClientData(); }