//Check for stat in collection
 public bool ContainsStat(StatType statType)
 {
     return(StatDict.ContainsKey(statType));
 }