public void AddProducts(DataContract.Inventory model)
 {
     _inventoryRepository.AddEntity(model);
 }