public ActionResult Edit(int Id) { var editMonitorVm = service.GetEditMonitorVm(Id); return(View(editMonitorVm)); }