public void BindLoanType()
 {
     clsComFun = new CommonFunctions();
     try
     {
         clsComFun.LoanTypes(ddlLoanType);
     }
     catch { }
     finally { clsComFun = null; }
 }