private void btn_Register_Click(object sender, EventArgs e) { MemberProfile profile = new MemberProfile(); profile.Show(); }