IList <Allocation> IAllocationsQuery.GetAllocationsByReferenceId(Guid referenceId) { return(_repository.GetAllocationsByReferenceId(referenceId)); }