public bool IsDirty()
 {
     return(InnerBinder.IsDirty());
 }
 public void SetDefaults()
 {
     InnerBinder.SetDefaultValues();
 }