protected function __construct()
 {
     parent::__construct();
     $this->import('BackendUser');
     $this->isFlexible = $this->BackendUser->backendTheme == 'flexible';
 }
 public function __construct()
 {
     parent::__construct();
 }