public virtual Builder SetIcon(Drawable icon)
 {
     builder.SetIcon(icon);
     return(this);
 }