private void Chop(Vegetable vegetable)
 {
     vegetable.Chop();
 }