I'm creating my first application using EntityFramework. I'm using Entity Framework Core and MVVMLight....I created a DbContext descendant class. I would like to know when to instanciate this DbContext....My first thought was to create 1 instance for eac...