public void DisposePopupAction()
 {
     if (_p_action != null)
     {
         _p_action.Dispose();
         _p_action = null;
     }
 }