void AddShareholder(GameEntity company, GameEntity investorId, int shares) { //Debug.Log($"Add Shareholder {investorId} with {shares} shares to {companyId}"); Companies.AddShares(company, investorId, shares); }