public bool Check(ItemInventory inventory)
 {
     return (inventory.CheckItemCount(mName) >= mCount);
 }