When I instance my "Entities" object in Entity Framework, and make a couple of queries using that Entities object, what happens to connections?...Does it open a connection when I instance the object, and close it when I dispose of it?...Or does it open an...