public int IndexOf(object value)
 {
     return(sampleList.IndexOfX(Convert.ToDouble(value)));
 }