public ActionResult GetApplicantRefereesList() { UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL(); List <ApplicantRefereesBO> objEmploymentHistoryList = objUpdateProfileBAL.GetApplicantRefereesList(Convert.ToInt32(ViewData["EmployeeId"])); return(PartialView("ApplicantRefereesGrid", objEmploymentHistoryList)); }