void Quit( )
 {
     SceneManagemant.Quit();
 }
 void PlayAgain( )
 {
     SceneManagemant.LoadLevel();
 }