public override void InitializeShopScreen(ShopScreenViewModel viewModel) {
     base.InitializeShopScreen(viewModel);
     // This is called when a ShopScreenViewModel is created
 }
 public virtual void InitializeShopScreen(ShopScreenViewModel viewModel) {
     // This is called when a ShopScreenViewModel is created
     ShopScreenViewModelManager.Add(viewModel);
 }