public function __construct()
 {
     parent::__construct();
     $this->companies = ModelCompany::Get($this->getParam('rows', 30), $this->getParam('page', 0));
 }