private DataManager(string connectionString) { _dbHelper = new DataUtils(connectionString); }
private DataManager() { _dbHelper = null; }