void _bus_OnInformationMessage(object sender, InformationMessageEventArgs e)
 {
     Debug.PresenterRecievedInformationMessage();
     _view.RecievingInformationMessage(e.Message);
 }
 void bus_OnInformationMessage(object sender, InformationMessageEventArgs e)
 {
     InformationMessageEventWasCalled = true;
 }