public bool ContainsKey(int key)
 {
     return(Averages.ContainsKey(key));
 }