public void WhenIDeleteEducation()
 {
     education = new ProfileEducation(driver);
     //start test
     // ExtentReport.test = ExtentReport.extent.StartTest("Delete Education");
     education.DeleteEduation();
 }
 public void WhenIDeleteEducation()
 {
     profileeducation = new ProfileEducation(driver);
     profileeducation.DeleteEduation();
 }