currentAvis.setActiviteID(attributes.getValue("ActiviteID"));
currentAvis.setUserID(attributes.getValue("UserID"));
}
if (localName.equals("photo")){
currentPhoto = new Photo();
currentPhoto.setPhotoID(Integer.parseInt(attributes.getValue("PhotoID")));
}
if (localName.equals("ID")){