private void Awake()
    {
        agent = GetComponent <NavMeshAgent>();

        throwablesPool = VisitorThrowablesPools.instance;
    }
 private void Awake()
 {
     instance = this;
 }