public static ConfigData getConfigData()
 {
     ConfigData cd = new ConfigData();
     cd.type = 253;
     cd.ext = new List<ushort>();
     return cd;
 }
 public memoryConfigUIModel()
 {
     cd = new ConfigData();
     cd.ext = new List<ushort>();
 }