public void UpdateQty(int shelfid, int quantity) { _shelfRepository.UpdateQty(shelfid, quantity); return; }