/// <summary>
 /// Fixes the limits of the specified range, so that it fits its content.
 /// </summary>
 /// <param name="range">The range.</param>
 public static void FixLimits(this Range range)
 {
     RangeUtils.FixRangeLimits(range);
 }