/**
  * Use this to set the default country state type for the shorthand method
  *
  * @param $name
  * @param null $selected
  * @param array $options
  * @return string 
  * @static 
  */
 public static function selectState($name, $selected = null, $options = array())
 {
     return \App\Services\Macros\Macros::selectState($name, $selected, $options);
 }