@And("^I uncheck the get prequalified box$")
 public void UncheckPrequalifiedBox() throws Throwable {
   detailPage.UncheckPrequalifyButton();
   System.out.println("Unchecked Prequalify Button");
 }