public void Visitor(IAcceptor acceptor)
 {
     acceptor.Acceptor(this);
     Debug.Log("test");
 }