private void OnDestroy()
 {
     singleton = null;
 }
 // Use this for initialization
 private void Start()
 {
     singleton = this;
 }