public ActionResult slettBestilling(int id)
 {
     var bestillingDb = new BestillingBLL();
     Bestilling enBestilling = bestillingDb.hentEnBestilling(id);
     return View(enBestilling);
 }