public List <Item> GetListOfEquippedItems()
 {
     return(loadout.GetModsAsItems());
 }