public WeaponData GetWeaponById(string id)
 {
     return(StaticDataManager.GetDataById <WeaponData>(id));
 }