PhotographerBi_1_1_1_M p = new PhotographerBi_1_1_1_M();
p.setPhotographerId(photographerId);
p.setPhotographerName("Amresh");
AlbumBi_1_1_1_M album1 = new AlbumBi_1_1_1_M("album_1", "My Phuket Vacation", "Went Phuket with friends");
album1.addPhoto(new PhotoBi_1_1_1_M("photo_1", "One beach", "On beach with friends"));
album1.addPhoto(new PhotoBi_1_1_1_M("photo_2", "In Hotel", "Chilling out in room"));
album1.addPhoto(new PhotoBi_1_1_1_M("photo_3", "At Airport", "So tired"));
p.setAlbum(album1);
return p;