public List <TreatmentBMP> GetAssociatedTreatmentBMPs(Person person) { return(FundingEventFundingSources.Select(x => x.FundingEvent.TreatmentBMP).Distinct().ToList()); }