protected override void ReleaseSelf(bool callDestroy)
 {
     MemCollabRewardUIView.Instance = null;
     base.ReleaseSelf(true);
 }
 private void Awake()
 {
     MemCollabRewardUIView.Instance = this;
     base.AwakeBase(BindingContext.BindingContextMode.MonoBinding, false);
 }