@Then("^I should see the form$")
 public void isMortgageFormPresent() throws Throwable {
   Thread.sleep(3000);
   Assert.assertTrue("No Credit Repair Form", detailPage.StickyProgrexionForm());
   System.out.println("Is Confirmation Form Displayed: " + detailPage.StickyProgrexionForm());
 }
 @Then("^I should see the Progrexion Form from sticky header$")
 public void isStickyCreditRepairFormPresent() throws Throwable {
   Assert.assertTrue("No Credit Repair Form", detailPage.StickyProgrexionForm());
   System.out.println("Is Confirmation Form Displayed: " + detailPage.StickyProgrexionForm());
 }