public BaseRepository(MediaTrackingDbContext context)
 {
     _context  = context;
     _entities = context.Set <TEntity>();
 }