private static void ShowError(Exception e)
 {
     ExceptionReporter reporter = new ExceptionReporter
                                      {
                                          ContactEmail = "*****@*****.**",
                                          ContactWeb = "http://www.assembla.com/wiki/show/NHibernateQueryAnalyzer",
                                          ContactPhone = "none, use email",
                                          ContactFax = "none, use email",
                                          ContactMessageTop = "An error occured that needs to be reported."
                                      };
     reporter.DisplayException(e);
 }