public ActionResult PassasjertyperEdit(int Id) { var dbt = new VyDbTilgang(); return(View(konverter.passasjer(dbt.HentPassasjer(Id)))); }