private void LoadProductionItems(object arg)
 {
     _productionLevel = _productionLevels[CurrentProductionLevel];
     _analysisItems   = _repository.GetProductionItems(_productionLevel);
     RebuildList();
 }