public static void set(PurpleConsole z)
 {
     _theconsole = z;
 }
 public static void clear(PurpleConsole z)
 {
     _theconsole = null;
 }