public ActionResult PathHunterGPCRInternalizationCellLines(bool displayPDFLink = false)
 {
     priceListViewModel.GetPathHunterGPCRInternalizationCellLines(displayPDFLink);
     return(View("SubPriceList", priceListViewModel));
 }