public void Dispose()
 {
   sub(false);
   m_obj = null;
 }
 public PnlWrapperPropChanged(IPnlUpdated pnl_)
 {
   m_obj = pnl_;
   sub();
 }