/**
  * @Given /^I add the courses$/
  */
 public function iAddTheCourses()
 {
     FeatureHelp::AddCourses();
     $this->iSleepFor(2);
 }