Adding (dynamically) new functionallities to a view

Hi All

I have written a couple of controllers that can do some specific task. I
also have a main view (created by, lets say, the main controller).
Everytime I add a new controller I have to update the main controller’s
actions so its included in the main view.

Is there a way that new controllers are detected automatically ? so I
only have to put the new controller in place!!

Thnx a lot
LuCa