public ActionResult Edit(long theeventId, long thecustomerId, long thetestId) { CustomerEventCriticalTestDataEditModel model = null; model = _testResultService.GetModel(theeventId, thecustomerId, thetestId); return(View(model)); }