public Bestilling getSingleBestilling(int id)
 {
     var BestillingsDAL = new BestillingsDAL();
     return BestillingsDAL.getSingleBestilling(id);
 }