public void IntroduceAsset(Asset asset) { assetService.AddToAssets(asset); boardManager.InsertSymbolIntoPlayArea(asset); }