public void Dispose()
 {
     BattleshipDbContextFactory.Destroy(_context);
 }
 public TestBase()
 {
     _context = BattleshipDbContextFactory.Create();
 }