how can i call action controller inside view?
Despide you shouldn't even do it - just register controller as service in di.
For what reason you want call action from view?
If you're trying to do this, you need to re-examine your logic. There is no legitimate need to call a controller's action from a view.