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