public void UpdateCost()
 {
     _inventoryService.CalculateCost(Model, _applicationState.CurrentWorkPeriod);
     SelectedWarehouseConsumption.Refresh();
 }
 private void OnAddUnmappedItems(string obj)
 {
     SelectedWarehouseConsumption.AddMissingItems();
 }