public static bool Contains(string Key)
 {
     return(dataValues.ContainsKey(Key));
 }