public RepositoryMany(TimeTrackerContext context)
 {
     _context = context ?? throw new ArgumentNullException("Repository - Context");
     _dbSet   = context.Set <T>();
 }