public override void InvokeCommand()
 {
     if (MarioCloneGame.State == GameState.Playing)
     {
         Receiver.BecomeNormal();
     }
 }