I created a new Entity Frameworks Code First app and the DbSet (People) is returning null.
public class Person { public int Id { get; set; } public strin