public List <Employee> GetDirectReports(int id) => _context.GetEmployeeDirectReports(id);