I have a list of a class looking something like this:



class MyClass
{
string Group {get;set;}
string SubGroup {get;set;}
string Item {get;set;}
}