protected virtual void Start()
 {
     ai.FindAreaCenter();
     StartCoroutine("Secure");
 }