public function select(array $arSelect)
 {
     $this->customSelect = count($arSelect) > 0;
     return parent::select($arSelect);
 }