public ActionResult EditTypical(int id) { using (var sRepository = new SpecRequestRepository()) { var typical = sRepository.GetTypical(id); return(View(typical)); } }