public CardSet(String CompanyID)
        {
            this.DataBase  = "WLOT";
            this.TableName = "WLOT.cart_cardsets";

            Items = new _Cards(this.CompanyID);
        }
 public _LinesEnumerator(_Cards ar)
 {
     _ar        = ar;
     _currIndex = -1;
 }