public async Task <ActionResult> HentFAQer() { List <FAQ> faqer = await _db.HentFAQer(); return(Ok(faqer)); }