public UserRepositoryTests(PreceptorTimeContextFactory factory)
 {
     _context  = factory.ContextInstance;
     _userRepo = new UserRepository(_context);
 }
 public TimeEntryRepositoryTests(PreceptorTimeContextFactory factory)
 {
     _context = factory.ContextInstance;
     _sut     = new TimeEntryRepository(_context);
 }