public void EnterLocalitySite(string district)
 {
     Locality.Clear();
     Locality.SendKeys(district);
 }