public ActionResult AddCheckInfo(Guid typeId) { CheckInfo info = _checkManager.CreateCheckInfo(typeId); return(View(info)); }