public ActionResult EndreBillett(int id) { Billett enBillett = _adminBLL.hentEnBillett(id); return(View(enBillett)); }