public Ef5TestLocalDbContext()
     : base(new SqlConnection(TestConstants.GetLocalDbConnectionString <Ef5TestLocalDbContext>()))
 {
 }