void TurnOffFlashLight()
 {
     if (player.Battery > 0)
     {
         player.loseBatery(1);
     }
     fl.Off();
 }