public ActionResult ShowPostTestsDue() { int siteId = DbUtils.GetSiteidIdForUser(User.Identity.Name); var ptndl = DbPostTestsUtils.GetStaffPostTestsFirstDateCompletedBySite(siteId); return(View(ptndl)); }