/// <summary>
 /// Handles the billing office changed.
 /// </summary>
 /// <param name="eventArgs">The <see cref="Rem.Ria.BillingModule.BillingOfficeChangedEventArgs"/> instance containing the event data.</param>
 public void HandleBillingOfficeChanged(BillingOfficeChangedEventArgs eventArgs)
 {
     if (eventArgs.BillingOfficeKey == _billingOfficeKey)
     {
         LoadBillingOfficeSummary(_billingOfficeKey);
     }
 }
 /// <summary>
 /// Handles the billing office changed.
 /// </summary>
 /// <param name="eventArgs">The <see cref="Rem.Ria.BillingModule.BillingOfficeChangedEventArgs"/> instance containing the event data.</param>
 public void HandleBillingOfficeChanged( BillingOfficeChangedEventArgs eventArgs )
 {
     if ( eventArgs.BillingOfficeKey == _billingOfficeKey )
     {
         LoadBillingOfficeSummary ( _billingOfficeKey );
     }
 }