public static void SetUp(TestContext _context)
 {
     //Pass the name of the connection string TAG not the
     //name of the database you want to use
     repo = new DestinyInfoRepository("Name=TestDB");
     repo.Clear();
 }