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