Which model only matters if you put it in either YourSolution.Module.Win (will only apply to Windows Apps) or YourSolution.Module.Web (will only apply to Web apps). I usually make the changes to MySolution.Module (Applies to both Win/Web)
You may have a ListView names something like "ClassA_ClassB_ListView" that will be the list view when class A is open and class B is listed (or it maybe ClassB_ClassA_ListView.
HTH, Linton