private bool InventoryExists(int id)
 {
     return(_repo.Any(id));
 }