public SqlEmployeeData(EmployeeDbContext db) { this.db = db; }
public SqlPersonData(EmployeeDbContext db) { this.db = db; }