/// <summary>
 /// Get the states for the specified country
 /// </summary>
 /// <param name="countryname"></param>
 /// <param name="statename"></param>
 /// <returns></returns>
 public static BoolMessageItem <IList <City> > CitiesFor(string countryname, string statename)
 {
     return(_provider.CitiesFor(countryname, statename));
 }