I'm working on an ASP.NET MVC 4 app that uses RAZOR. The app is basically a list of records with groups. In an attempt to generate a group heading and the records with each group, I'm using the following:I'm working on an ASP.NET MVC 4 app that uses R