def listAll(): return jsonify(make_response(serieService.get()))
def strList(): return jsonify(make_response(serieService.get(onGoing=True)))