public SqlEmployeeRepository(TimeCardContext db) { _db = db; }
public SqlUnitOfWork() { _db = new TimeCardContext(); }