public bool Contains(object key)
 {
     return(sampleList.ContainsT(Convert.ToDouble(key)));
 }