public TransactionQuery(MySqlConnection connection)
 {
     conn = connection;
     C    = new Command();
     CQ   = new CommandQue();
 }
 private void Clear()
 {
     C  = new Command();
     CQ = new CommandQue();
 }