public void ChangeKey(string oldKey, string newKey)
 {
     GUIMaster.ChangeIdentifier(oldKey, newKey);
 }