public int IndexOfKey(TKey key)
 {
     return(SourceList.IndexOfKey(key));
 }