public FixtureServiceTest()
 {
     svc = new FixtureService();
     //Restore test data to DB before each test
     svc.Initialize();
 }