public bool EmptyBucket(Bucket bucket) { return(bucket.EmptyBucket()); }
public bool FillBucket(Bucket bucket) { return(bucket.FillBucket()); }