@Test
 public void testLoadAll() {
   List<PersonInfo> all = personInfoService.loadAll();
   assertNotNull(all);
   assertFalse(all.isEmpty());
 }