private void btnSetCommunicationPassword_Click(object sender, EventArgs e) { FrmUserSetCommunicationPassword frmUserSetCommunicationPassword = new FrmUserSetCommunicationPassword(this.userEntity.Id.ToString()); frmUserSetCommunicationPassword.Show(); }