/// <summary>
 /// Manages unhandled exceptions
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void Current_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
 {
     ProductDirector.ApplicationUnhandledExceptionHandler(sender, e);
 }