internal bool Create(Inventory inventory)
 {
     _status = _inventoryDal.Create(inventory);
     return(_status);
 }