public void MoveHorizontally(float value)
 {
     movementController.MoveHorizontally(value * GetSpeed());
 }