public PlayViewModel(string userName, Game game) { Game = game; SalesOfficeModel = new SalesOfficeViewModel(userName, game); InternationalMarketModel = new InternationalMarketViewModel(userName, game); ArtistColonyModel = new ArtistColonyViewModel(userName, game); InfluenceTrackModel = new InfluenceTrackViewModel(game); SetLocationViewModels(userName, game); SetGalleryModels(game); SetPlazaCounts(game); SetBoardModels(userName, game); }