private bool IsShowEndGame() { if (level == maxlevel) { inGame.Hide(); endGame.Show(); return(true); } return(false); }