public ActionResult Delete(int id) { _FormInfoService.Delete(new FormInfo { Id = id }); return(RedirectToAction("Index")); }