private void City_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     controller.CheckSumbol(e);
 }