List<Employee> emps = (from e in _dbContext.Employees where e.person_id == personId select e).ToList();