
Vladimir has a breadbasket to place his fresh cooked breadsticks in, and a soup vat for storing the soup of the day.
Please define these new classes to represent the basket and vat, and create instances of these objects and set their fields.

// Create an instance of the Restaurant class.
// Set field values of the restaurant.
// Set field values of the dinner menu.
// Set field values of the lunch menu.
// Set field values of the owner.
// Set field values of the bread basket.
// Set field values of the bread oven.
// Set field values of the gas stove.
// Set field values of the soup vat.
// Set field values of the regular.
