public int IndexOf(T item)
 {
     return(Filtered.IndexOf(item));
 }