public InventoryListController(IRepository repository, IDynamicExpressionQuery dynamicExpressionQuery,
     IInventoryProductListGrid inventoryProductListGrid )
 {
     _repository = repository;
     _dynamicExpressionQuery = dynamicExpressionQuery;
     _inventoryProductListGrid = inventoryProductListGrid;
 }
 public InventoryListController(IRepository repository, IDynamicExpressionQuery dynamicExpressionQuery,
                                IInventoryProductListGrid inventoryProductListGrid)
 {
     _repository               = repository;
     _dynamicExpressionQuery   = dynamicExpressionQuery;
     _inventoryProductListGrid = inventoryProductListGrid;
 }