public static void UnRegisterReceiver(IInformationReciver p_rReceiver, eInformationType p_eInformationType)
 {
     UnRegisterReceiver(p_rReceiver.NewInformation, p_eInformationType);
 }
 public static void UnRegisterReceiver(IInformationReciver p_rReceiver, eInformationType p_eInformationType)
 {
     UnRegisterReceiver(p_rReceiver.NewInformation, p_eInformationType);
 }