public static function SetStatus($id, $status)
 {
     return UsersDAO::SetStatus($id, $status);
 }