private void btnCreateClient_Click(object sender, EventArgs e) { CreateClient cc = new CreateClient(); cc.Show(); }