Is it possible to choose controller from Plugin?
For example I have table of departments and categories in database. I'm fetching them and want to make certain actions(picking controller and action).
The reason - I don't want to create sepparate controller for each department and action for each category.