public void Command(Dictionary <string, string> command)
 {
     cc = GameObject.Find("MessageWindow").GetComponent <CommandController>();
     cc.CCAppearObject(Int32.Parse(command["number"]));
 }