public DataSet BindFeeStructure(EWA_Common objEWA) { DataSet ds = null; DL_Common ObjDL = new DL_Common(); try { ds = ObjDL.BindFeeStructure(objEWA); return(ds); } catch (Exception ex) { throw ex; } }