/// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 public T Choose()
 {
     return(innerlist.Choose());
 }