public void StartBehaviour()
 {
     enemy.Destroy();
 }
 public void Destroy()
 {
     movement.Destroy();
 }