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