private int min
private int max
public Range(int min,int max)
public int Min { get }
public int Max { get }
public override string ToString()