// GET: Company/Edit/5 public ActionResult Edit(int code) { return(View(companiesRepository.getCompany(code))); }