@Then("^I select \"([^\"]*)\" from the downPayment dropdown$")
 public void SelectDownPaymentDropdown(String arg1) throws Throwable {
   detailPage.SelectDownPaymentDropdown(arg1);
   System.out.println("Selected " + arg1);
 }