I dont know how to retrieve first Item from this collection :
IGrouping<string, Plantilla> groupCast = group as System.Linq.IGrouping<string, Plantilla>;
I also tryed :
IGrouping<string, Plantilla> firstFromGroup = groupCast.FirstOrDefault();
but not works cause and explicit conversion already exist