public void Add(Shareable s) { shareables.Add(s); s.TransferTo(this); }
public void Remove(Shareable s) { shareables.Remove(s); }