public void MyTestInitialize()
 {
     controller = new InventoryController();
 }
 public void MyTestCleanup()
 {
     controller = null;
 }