//Send value to textbox2
 public void EnterSecondValue(String input)
 {
     Input2.SendKeys(input);
 }