AppDataContext manually includes Employees
Since we are dynamically adding entities to the data context using the OnModelCreating method, I think we don't need to include the specific DbSet<>'s for each entity.
Ref: https://gitlab.com/Acklen/glee2/blob/staging/dotnet-backend/Data/AppDataContext.cs#L15
Edited by Byron Sommardahl