Extend the prototype implementation for the GUI application provided to allow for the
following basic functionalities:
[ ] Display a popup window that will show the Patron details if a Book is on loan.
[ ] List all Patrons and their details including the number of books they have on loan.
[ ] Display a popup window that will show the Books details if a Patron has Books on loan.
[ ] Display a popup window when the “Add” submenu of the “Patrons” menu item is selected. The popup should display a form that allows the addition of a new Patron to the system.
Extend the prototype implementation for the GUI application provided to allow for the following basic functionalities: