public async Task <ActionResult> Index() { var simtests = await _apiHandler.GetAllSimTest(); return(View(simtests)); }