internal static void Remove(Stat item)
 {
     Items.Remove(item);
 }
 internal static void Add(Stat item)
 {
     Items.Add(item);
 }