public void UpdateItem(Item item)
 {
     _stockOutRepository.UpdateItem(item);
 }