public void DeleteInventoryItem(int id)
 {
     if (id != null)
     {
         _services.DeleteInventoryItem(id);
     }
 }