protected void btnPayforPinGenerate_Click(object sender, EventArgs e) { try { UserAccountBLL AccountBll = new UserAccountBLL(); if (AccountBll.checkUserIncomeAmounttoActin(5, (string)LumexSessionManager.Get("ActiveUserId"))) { AccountBll.InsertReceivePaymentWhenPinChange(); } } catch (Exception) { //throw; } }