179180181182183184185
} public Photo getPhoto() { if (image == null) return null; return new Photo(image); }