public function actionIndex()
{
// renders the view file 'protected/views/site/index.php'
// using the default layout 'protected/views/layouts/main.php'
$this->render('/layouts/main', array (
'catProvider' => Cat::model() -> loadCat(),
//'News' => News::model() -> loadLastNews(),
));
}