public ActionResult EmailSend(string id) { ConstractDto dto = service.ConstractByIdSearch1(id).FirstOrDefault(); return(View(dto)); }