public void SetPlaceName(string name)
 {
     HCFRole.InitLocation();
     HCFRole.location.SetName(name);
 }