public ExchangeTypeCompositeType getExchangeTypeById(int iIdExchangeType) { ExchangeTypeCompositeType etct = new ExchangeTypeCompositeType(); ExchangeType et = new ExchangeType(); etct = et.GetExchangeTypeById(iIdExchangeType); return(etct); }