Goods.SortedCollection.Add Function
Add new member to collection

Public bool Add (Goods.Persistent)
  Type Name Description  
    Persistent obj new member  
  Return Description  
    bool true if object is successfully added in the index, false if collection was declared as unique and there is already member with such value of the key in the collection.