public IActionResult Edit(int id) { var model = _lookupFacadeApiClient.GetAlertType(id).Result; return(PartialView(model)); }