public static function SetAvatar($user_id, $avatar)
 {
     return UsersDAO::SetAvatar($user_id, $avatar);
 }