public int GetAllItemsCount()
 {
     return(_missionPak.GetAllItemsCount() + _playerPak.GetAllItemsCount());
 }