public void StopMovement()
 {
     PlayerMovementCommand.GetStandStill().Execute(this.gameObject);
 }
 public void MoveDownLeft()
 {
     PlayerMovementCommand.GetMoveDownLeft().Execute(this.gameObject);
     this.gameObject.transform.rotation = Quaternion.Euler(0, 0, 135);
 }