private void BtnBackSpace_Click(object sender, RoutedEventArgs e)
 {
     //subtract the last character
     textManger.BackSpaceTextBox();
 }