public void StartGame()
 {
     playerScore.ResetScore();
     playerLife.MaxLife();
     playState = PlayState.Playing;
 }