foreach (byte key in keys)
{

listView1.Items.Remove(????);
}

Remove require an Item, how do I go from a key byte to an Item ?