/// <summary>
        /// Gets the objects for the AFFORDABLE_LENDING relationship.
        /// </summary>
        public AffordableLendingCollection GetAffordableLendingCollection()
        {
            AffordableLendingCollection affordablelendingcollection = new AffordableLendingCollection();

            AffordableLendingBase.ServiceObject.FillByLoanApplication(affordablelendingcollection, _id);
            return affordablelendingcollection;
        }
        /// <summary>
        /// Gets the objects for the AFFORDABLE_LENDING relationship.
        /// </summary>
        public AffordableLendingCollection GetAffordableLendingCollection()
        {
            AffordableLendingCollection affordablelendingcollection = new AffordableLendingCollection();

            AffordableLendingBase.ServiceObject.FillByFNMCommunityLendingProductType(affordablelendingcollection, _id);
            return affordablelendingcollection;
        }