I just submitted a [discussion](https://aspnetwebstack.codeplex.com/discussions/445529) about grouping models that are generated by a data first design to be group by a department name. It may even be better to group by a schema name b/c you can have shemas in a database for separating out tables. That way if you grouped stuff by a department or by a schema in both your controllers and views it would make organizing these data driven items much easier.
Also this would help with separation of concerns and I know if I delete stuff from these directories that I didn't delete something important as I continue a data driven design.
Also this would help with separation of concerns and I know if I delete stuff from these directories that I didn't delete something important as I continue a data driven design.