private void OnEasingFunctions(object sender, RoutedEventArgs e)
 {
     var easingWindow = new EasingFunctions();
     easingWindow.Show();
 }