/// <summary>
 /// Creates the transfers. Forgets the previous transfers.
 /// </summary>
 public void createTransfers()
 {
     cacheContent = TransferUtil.createTransfersForAllLines();
 }