/// <summary>
 /// Gets the selected item from the select list
 /// </summary>
 /// <returns>SelectListItem that is selected</returns>
 public SelectListItem GetSelectedListItem(SelectListItemOptions options)
 {
     return(null);
 }
 /// <summary>
 /// Gets the selected item from the select list
 /// </summary>
 /// <returns>SelectListItem that is selected</returns>
 public SelectListItem GetSelectedListItem(SelectListItemOptions options)
 {
     return null;
 }