public bool insertBestilling(Handlevogn hv)
 {
     var BestillingsDAL = new BestillingsDAL();
     return BestillingsDAL.insertBestilling(hv);
 }