public static ProcessorInfomation GetInstance()
 {
     if (instance == null)
     {
         instance = new ProcessorInfomation();
         instance.InitInfo();
     }
     return(instance);
 }
 public static ProcessorInfomation GetInstance()
 {
     if(instance == null)
     {
         instance = new ProcessorInfomation();
         instance.InitInfo();
     }
     return instance;
 }