// GET: Company/Edit/5 public async Task <ActionResult> Edit(int id) { var vm = await _companyServices.GetById(id); return(View(vm)); }