A DbSet<T> represents the collection of all entities of a given type in the database. It is your primary interface for querying and saving data.
DbSet<T>