public void WhenIUpdateEducation()
 {
     education = new ProfileEducation(driver);
     //start test
     //ExtentReport.test = ExtentReport.extent.StartTest("Update Education");
     education.UpdateEducation();
     GlobalDefinitions.wait(50);
 }
 public void WhenIEditMyEducation()
 {
     profileeducation = new ProfileEducation(driver);
     profileeducation.UpdateEducation();
 }