public void StopMovingToPlayer()
 {
     movement.StopMoving();
     enemyGraphics.StopMoving();
 }