/// <summary>
        /// Gets the objects for the ARM relationship.
        /// </summary>
        public ARMCollection GetARMCollection()
        {
            ARMCollection armcollection = new ARMCollection();

            ARMBase.ServiceObject.FillByLoanProductData(armcollection, _loanapplicationid);
            return armcollection;
        }
        /// <summary>
        /// Gets the objects for the ARM relationship.
        /// </summary>
        public ARMCollection GetARMCollection()
        {
            ARMCollection armcollection = new ARMCollection();

            ARMBase.ServiceObject.FillByInterestRateIndex(armcollection, _id);
            return armcollection;
        }