public void Detach(Investor investor) { investors.Remove(investor); }
public void Attach(Investor investor) { investors.Add(investor); }