
Arthur is looking at the details of his report card. In addition to earlier classes, he has now completed OOP1 with a B, and his GPA needs to be recalculated.
Create the new class and buttons as shown.
Create any button(s) and button click event handler(s) in the WPF window designer (if specified in the class diagram).

// Create an instance of the Gradebook class.
// Set field values of Blackboard.
// Set field values of the current student.
// Set field values of the advisor.
// Set field values of the assistant.
// Set field values of the transcript.
// Define a temporary grade record variable.
// Create an instance of the GradeRecord class (Database Concepts).
// Set field values of the Database Concepts grade record.
// Add the Database Concepts grade record to the transcript's list of grades.
// Create an instance of the GradeRecord class (Web Design 1).
// Set field values of the Web Design 1 grade record.
// Add the Web Design 1 grade record to the transcript's list of grades.
// Create an instance of the GradeRecord class (OOP 1).
// Set field values of the OOP 1 grade record.
// Add the OOP 1 grade record to the transcript's list of grades.
// Set field values of my theme.
// Set field values of the student calendar.
