/// <summary>
 /// Get all values from the underlying OptionHandler
 /// </summary>
 /// <remarks>
 /// Calls <see cref="IModelView.AdoptValues"/>.
 /// </remarks>
 public virtual void AdoptValues()
 {
     if (view != null)
     {
         view.AdoptValues();
     }
 }