public async void LoadData()
 {
     if (Trades == null)
     {
         Trades = await MHDatabaseHelper.GetWyporiumTrades();
     }
 }