public List<Bestilling> getAll()
 {
     var BestillingsDAL = new BestillingsDAL();
     List<Bestilling> allBestillinger = BestillingsDAL.getAll();
     return allBestillinger;
 }