public void LootUpdatePos(LootView view)
 {
     Loot.Add(view.ID, view);
     DatabaseControl.AddLoot(view);
 }