public async Task <ActionResult> EditTest(int id) { SimTest simTest = await _apiHandler.GetSimTest(id); return(View(simTest)); }