Added the sorting for the report module and updated the sort by title.
Changed a switch in BookDatabase to if statements to handle a char input
instead of the expected int
Removed the content in the BookDatabase destructor as it was causing a
system error when the program should be ending normally - the system was trying to delete the database twice
Fixed misc formatting issues
Fixed timings of clear screens
Added the sorting for the report module and updated the sort by title. Changed a switch in BookDatabase to if statements to handle a char input instead of the expected int Removed the content in the BookDatabase destructor as it was causing a system error when the program should be ending normally - the system was trying to delete the database twice Fixed misc formatting issues Fixed timings of clear screens