Prior to C# generics, everyone would code collections for their business objects by creating a collection base that implemented IEnumerable
IE:
publi
this is the way:
return arrays, accept IEnumerable
IEnumerable
=)