public void AddComponent_1item_ItemIsInserted()
        {
            _uut.AddComponent(_uut, _helperProductCategory);

            Assert.That(_uut.ProductComponents.Contains(_helperProductCategory));
        }