/// <summary> /// Get the Govt Savings related data for the particular Id /// </summary> private void GetData() { govtSavingsVo = (GovtSavingsVo)Session["govtSavingsVo"]; customerAccountsVo = customerAccountBo.GetGovtSavingsAccount(govtSavingsVo.AccountId); }