Initializes a new instance of the State class with the specified state code and name.
Initializes a new instance of the State class with the specified state code and name.
public State(string,string);
Initializes a new instance of the State class with the specified state code and name. Also, indicate whether the state can be selected.
public State(string,string,bool);