void LateUpdate()
 {
     diamonds = PlayerPrefs.GetInt("diamonds", 0);
     uiCotroler.setDiamonds(diamonds);
 }