public StockService() { ItemRepository = new ItemRepository(); }
public StockService(ItemRepository itemRepo) { ItemRepository = itemRepo; }