private void OnDestroy()
 {
     objGp = null;
 }
 private void Awake()  //primera funcion
 {
     objGp = this;
 }