/// <summary>
 /// Loads a <see cref="InvoiceListGetter"/> unit of objects.
 /// </summary>
 protected void DataPortal_Fetch()
 {
     LoadProperty(InvoicesProperty, InvoiceList.GetInvoiceList());
     LoadProperty(ProductTypesProperty, ProductTypeNVL.GetProductTypeNVL());
 }