private void Update()
 {
     if (!Application.isPlaying)
     {
         GUIMaster.UpdateMember(identifier, this);
     }
 }
 public void UpdateToMaster()
 {
     this.gameObject.name = "GUIMEMBER(" + identifier + ")";
     GUIMaster.UpdateMember(identifier, this);
 }