private void RegLoginBox_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     AL.EN_InputLoginWordsProtector(RegLoginBox, e);
 }
 private void Username_BOX_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     AL.EN_InputLoginWordsProtector(Username_BOX, e);
 }