private static void OnSellTabPress()
 {
     try
     {
         Control.LogDebug(DInfo.ShopActions, "Switch To Sell");
         ShopScreen.ChangeToSell();
     }
     catch (Exception e)
     {
         Control.LogError(e);
     }
 }