public static DataHeadingsDAO getDataHeadingsDAO(Connection connection) throws DBException {
return new DataHeadingsDAO(connection);
}
public static DataLabelsDAO getDataLabelsDAO() throws DBException {
return new DataLabelsDAO(DBUtil.getConnection());
}