/// <summary>
 /// Loads the SupplierList repo. Fills it with data.
 /// </summary>
 public async void Loaded()
 {
     SupplierList = await _supplierRepo.GetSuppliersToObservableCollectionAsync().ConfigureAwait(false);
 }