//    @Test
 public void testRemove() throws SQLException {
   dao.remove(spread.getId());
   spread = dao.getById(flockId);
   assertNull(spread);
 }