public override void DataController_InitialisationComplete(InitialisationCompleteEventArgs e)
 {
     throw IntegrityCheck.Fail(
               "Not expected to have DataController.InitialisationComplete event when in error.");
 }