public void CloseImportWindow()
 {
     if (m_ImportWindow != null)
     {
         ClearImportData();
         m_ImportWindow.Close();
         GUIUtility.ExitGUI();
     }
 }