public void EnterStreetAddress(string street)
 {
     StreetAddress.Clear();
     StreetAddress.SendKeys(street);
 }