public ActionResult DisplayDocuments(long Id) { var x = hrServices.GetWorkerDocuments(Id); return(PartialView("DisplayDocuments", x)); }