public void CleanupTest()
 {
     _tool = null;
 }
 public void TestInitialize()
 {
     _tool = new FactorizationTool();
 }