void Start()
 {
     Patrol = new Patrol(PointA.position, PointB.position, this);
     Patrol.Initialize();
 }