Cool, thanks for the explenation.
I tryed to “save” a service in a variable. But on the next request the variable was empty again.
But i fixed it by putting the service in the container and “save” it in a variable via constructor in the parent controller. Now i can call it all the time.