public ActionResult utstyr() { var Kundebll = new KundeBLL(); ViewData.Model = Kundebll.utstyr(); return(View()); }