public void Hide()
 {
     NpcActionList.ClearnActon();
     gameObject.SetActive(false);
 }