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