void ForgetDie()
 {
     // Tell central to forget about this die
     central.ForgetDie(die, null);
     HideCommands();
 }