public void ThenTheTotalNumberOfRunsByCourseMatchesTheTotalByQualificationLevel()
        {
            ViewYourCoursesPage ViewYourCoursesPage = new ViewYourCoursesPage(webDriver);

            ViewYourCoursesPage.CompareTotals();
        }