def requestGlobalScore(jsonObj):
    return Highscorehandler.get_global_highscore(jsonObj)
def requestOwnScore(jsonObj):
    return Highscorehandler.get_highscore(jsonObj)
def sendScore(jsonObj):
    return Highscorehandler.add_Highscore(jsonObj)