public object PegaItem(int index)
 {
     return(Itens.ElementAt(index));
 }