public InventroyEntryModel(Inventory inventory)
 {
     _inventory = inventory;
     ItemTypes  = ItemModel.GetItemModels();
 }