private void OnSimpleAnimation(object sender, RoutedEventArgs e)
        {
            var animationWindow = new SimpleAnimation();

            animationWindow.Show();
        }
 private void OnSimpleAnimation(object sender, RoutedEventArgs e)
 {
     var animationWindow = new SimpleAnimation();
     animationWindow.Show();
 }