public ConfigurationItemManager() { _dbContext = DbContextBuilder.BuildContext(); _set = _dbContext.ConfigurationItem; }