private void Cut(Vegatables vegetable) { vegetable.IsRotten = true; }
private void Peel(Vegatables vegetable) { vegetable.IsPeeled = true; }