Instances of class Photo are accumulated
in the self.__photoList list each time
this method is called.
# - - - S i g h t N o t e s . a d d P h o t o
def addPhoto ( self, photo ):
"""Add one photo reference.
"""
self.__photoList.append ( photo )