public void WhenIgettheCourseIDofInstructorCourse()
 {
     try
     {
         GenericTestStep.StepToIAmOnThePage("Global Home");
         GenericTestStep.StepToEnrollStudentToInstructorCourse();
         GenericTestStep.StepToIClickedOnTheLogoutLinkToGetLoggedOutFromTheApplication();
     }
     catch (Exception e)
     {
         GenericHelper.Logs(e.ToString(), "FAILED");
         Assert.Fail(e.ToString());
     }
 }