private void clientAdd_Click(object sender, EventArgs e) { ClientWindow cw = new ClientWindow(); cw.ShowDialog(); }