public void Detatch(Investor investor) { Subscribes.Remove(investor); }
public void Attach(Investor investor) { Subscribes.Add(investor); }