public void TestCleanup()
 {
     VectorManagerInt = null;
 }
 public void TestInitialize()
 {
     VectorManagerInt = new VectorManagerInt();
 }