public static void SetUp(TestContext _context)
 {
     repo = new FortuneRepository();
     repo.Clear();
 }