public void OnClick(View v)
 {
     if (v.Id == Resource.Id.btn_trap_item_buy)
     {
         shopFragment.TryBuy(availableTrap);
     }
 }