NTU-12,
LDEV-1261 Fix a lazy initialisation exception
Objects should not be passed to services' methods if they were not
fetched in other service methods. For example, passing an object from
Action to a service can result in a lazy initialisation exception. It it
better to use primitives, IDs.