public bool IsItemInStock(string itemId)
 {
     return(_itemDao.IsItemInStock(itemId));
 }