public static function GetUsersByFilter($type, $status, $offset, $max)
 {
     return UsersDAO::GetUsersByFilter($type, $status, $offset, $max);
 }