public List <Inventory> GetAllOfInventoryByLocationId(int locationId) { List <Inventory> inventoryAtLocation = inventRepo.GetAllOfInventoryByLocationId(locationId); return(inventoryAtLocation); }