public void HandleInput()
 {
     _Player.HandleInput();
     _Player.StayOnWindow(_GameWindow);
 }