public ActionResult GetReceipts() { var receipts = _courierService.GetReceipts(); return(View(receipts)); }