if (connection != null)
{
try
{
// begin a new transaction
txn.begin(connection);
FindServiceByTModelKeyQuery.select(businessKey,tModelBag,keysIn,null,connection);
FindServiceByTModelKeyQuery.select(businessKey,tModelBag,null,null,connection);
// commit the transaction