private function hasData($userId)
 {
     return (bool) RecentlyUsedTable::getList(array('select' => array('ID'), 'filter' => array('USER_ID' => $userId), 'limit' => 1))->fetchRaw();
 }