@Before
 public void setUp() {
   dataSource = DataSourceUtils.createLocal();
   dbUtils = new DbUtils(dataSource);
 }