def updateOwnId(collection,_id,mongo): UpdateResult =mongo[collection].update_one({'_id':_id},{'$set':{ 'id':str(_id) }})