public PartialViewResult Attachment(int id) { var attach = helper.GetAttachmentsForDoc(id).ToList(); return(PartialView("_Attachments", attach)); }