public AbstractRepository(ArticoleCalarieDataContext dataContext) { _ctx = dataContext; _dbset = dataContext.Set <T>(); }