public void Insert(Service.models.Currency ccy) { Collection.Insert(ccy); }
public void Insert(Service.models.Currency ccy) { currencies.Add(ccy); }