public static void ShowInNotepad(string message)
 {
     Notepad.ShowInNotepad(message);
 }