public IHasItemStack GetHasItemStack(int index)
 {
     return(_primaryInventory.GetHasItemStack(index));
 }