public float GetUnitCoef() { if (SUnit == null) { SUnit = SaveAndLoad.GetUnit(sunit_id); } if (SType == null) { SType = SaveAndLoad.GetSport(stype_id); } return(SUnit.GetCoef() * (1 + Weight / 10)); }