public void InitRepository(IWriteContext context)
 {
     _context = context;
     Set      = context.Set <T>();
 }