/// <summary>
 /// Handles the Click event of the ViewLog control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="RoutedEventArgs"/> instance containing the event data.</param>
 private void ViewLog_Click(object sender, RoutedEventArgs e)
 {
     ViewLog?.Invoke(this, new EventArgs());
 }