public List <Item> GetAll() { return(_fruitService.GetAll()); }
public List <Fruit> GetAll() { return(_fruitService.GetAll()); }