Person newPerson4 = newPDao.findFirstByName("person4");
Event newEv1 = newEDao.findFirstByName("event1");
Event newEv2 = newEDao.findFirstByName("event2");
Event newEv3 = newEDao.findFirstByName("event3");
Event newEv4 = newEDao.findFirstByName("event4");
Location newLoc1 = newLDao.findFirstByName("location1");
Location newLoc2 = newLDao.findFirstByName("location2");
Location newLoc3 = newLDao.findFirstByName("location3");
Location newLoc4 = newLDao.findFirstByName("location4");