
In this assignment, you will convert public fields and methods to be private, wrapping several of the now-private fields with constructors.
Create any button(s) and button click event handler(s) in the WPF window designer (if specified in the class diagram).

Delete all existing code in newRestaurantButton_Click and replace it with the following:
// Create dinner menu and store in local variable.
// Create daily lunch special (pot roast) and store in local variable.
// Create lunch menu and store in local variable.
// Add menu items to lunch menu.
// Create Moms.
// Define waitress variable.
// Create waitress (Svanhilde).
// Add Svanhilde to the waitress list.
// Create waitress (Heidi).
// Add Heidi to the waitress list.
