
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 newZooButton_Click, replacing with the following:
// Create the Como Zoo.
// Create Brutus and add him to the zoo.
// Create Coco.
// Make Coco pregnant.
// Add Coco to the zoo.
// Create Paddy and add him to the zoo.
// Create Bella.
// Make Bella pregnant.
// Add Bella to the zoo.
// Create Sally and add her to the zoo.
// Create Fred and add him to the zoo.

