private double getCurrentStatusFundForMappedGoal(int id)
 {
     return(csInfo.GetFundFromCurrentStatus(_planId, id));
 }
        private double getTotalMappedInstrumentValue()
        {
            double instumentMappedCurrentValue = csInfo.GetFundFromCurrentStatus(_planner.ID, _goal.Id);

            return(futureValue(instumentMappedCurrentValue, 10, getRemainingYearsFromPlanStartYear()));
        }