public void DownloadWholePriceList(bool displayPDFLink = false)
 {
     Cursor.Current = Cursors.WaitCursor;
     priceListViewModel.DownloadPDFWholePriceList();
 }