public void ChangeKey()
 {
     matchHandler.matchKey = allKeys[keyIndex].key;
     matchHandler.SetShape();
 }