public void UpdateLives(int lives_to_empty)
 {
     m_GamePlay_Screen.EmptyFixedLives(lives_to_empty);
 }