private bool AddNewInventory(List <Inventory> objList) { return(inventoryDAL.AddNewInventory(objList)); }