//////////////////////////////////// Mortgage Form //////////////////////////////////////
 @Then("^I select \"([^\"]*)\" from the \"([^\"]*)\" dropdown$")
 public void SelectCreditScore(String arg1, String arg2) {
   detailPage.SelectDropdown(arg1, arg2);
   System.out.println("Selected " + arg1 + " from the " + arg2 + " dropdown");
 }