private void ManageMouseAxisInput()
 {
     _cameraController.ChangeRotation(Input.GetAxis("Mouse X"), Input.GetAxis("Mouse Y"));
 }