private void InitialiseContext() { Database.SetInitializer(new AlmostDbInitializer()); _context = new AlmostDbContext(); }