// GET api/Guests/1
 public IEnumerable <GuestTDO> GetGuests(int id)
 {
     return(PhotoAnnotationService.GetGuestTDOs(id, db));
 }