Hi! I would like to know whether it is good practice to use the Service Layer within the Entity Layer. I have a complex object having properties containing values based on calculations performed on subobjects. If the object was fetched using Deep Load, then it is not a problem to perform the calculations...