private void UpArrow_OnClick(object sender, RoutedEventArgs e)
 {
     TextLog.ScrollToHome();
 }