Namespace In Controllers

Hello.

I want to use two controllers located in folders:

Each controller has own namespace:

And relative class name for controllers is OrderController.

How I can configure Yii, to direct requests:

createController method in CWebApplication parse request and at last include file with necessary controller, but can’t use it, because it has namespace name.

I think this can not be done =/