void OnDestroy()
 {
     if (cobj != null)
     {
         cobj.Destory();
         mRegBroadcastList.Clear();
         cobj = null;
     }
 }