public List <Inventory> GetInventoriesByLocationId(int id) { return(repo.GetInventoriesByLocationId(id)); }