public static function fetchListCount()
 {
     $countRes = eZPersistentObject::fetchObjectList(Sinetsitecolors_PstObject::definition(), null, array(), null, null, false);
     return $countRes[0]['count'];
 }