public void removeFruit(Fruit fruit) { this.bucket.removeFruit(fruit); }
public void addFruit(Fruit fruit) { this.bucket.addFruit(fruit); }