public void BindNomini() { clsComFun = new CommonFunctions(); try { clsComFun.LoanNominee(ddlNomini); } catch { } finally { clsComFun = null; } }