private void btnIPLimitr_Click(object sender, EventArgs e) { FrmIpLimit frmIPLimit = new FrmIpLimit(userEntity); frmIPLimit.ShowDialog(); }