private void Update()
 {
     movementController.AIMove(followTarget);
 }