public JsonResult IsUserEmployeeIdDuplicateOtherThan(int id, string employeeID, int site) { var dto = DbPostTestsUtils.DoesStaffEmployeeIdExistOtherThan(id, employeeID, site); return(Json(dto)); }