public static GameEntity[] GetDaughters(GameEntity c, GameContext context)
 {
     return(Investments.GetOwnings(c, context));
 }