public AdmiralRankingPointsDifference(AdmiralRankingPoints rpOwner, AdmiralRankingPointsDifferenceType rpType)
        {
            r_Owner = rpOwner;

            Type = rpType;

            Reload();
        }
        public AdmiralRankingPointsDifference(AdmiralRankingPoints rpOwner, AdmiralRankingPointsDifferenceType rpType)
        {
            r_Owner = rpOwner;

            Type = rpType;

            Reload();
        }