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