private int countUsers(Connection cnn) throws SQLException {
   return DbUtils.executeAggregate(cnn, "select count(id) from feedreader.Users");
 }