I have custom controller extending AbstractCommandController.
another controller have to forward (not redirect) to this command controller.
how can i force handle() method call to construct model for controller's view?
Thank you!