public bool AddInventory(string inventory, ItemSaveType type)
 {
     return(Model.AddInventory(inventory, type));
 }