// id to Guid
 // GET api/Guests/1?guestId=<guest id>
 public GuestTDO GetGuest(int id, Guid guestId)
 {
     return(PhotoAnnotationService.GetGuestTDOById(id, guestId, db));
 }