AlbumUni_M_1_1_M album = new AlbumUni_M_1_1_M("album_1", "My Phuket Vacation", "Went Phuket with friends");
album.addPhoto(new PhotoUni_M_1_1_M("photo_1", "One beach", "On beach with friends"));
album.addPhoto(new PhotoUni_M_1_1_M("photo_2", "In Hotel", "Chilling out in room"));
album.addPhoto(new PhotoUni_M_1_1_M("photo_3", "At Airport", "So tired"));
p1.setAlbum(album);
// Photographer 2
PhotographerUni_M_1_1_M p2 = new PhotographerUni_M_1_1_M();