public static function countAllBySQL($strSQL)
 {
     return UsersDAO::countAllBySQL($strSQL);
 }