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