public virtual Builder SetIcon(int iconId)
 {
     builder.SetIconRes(iconId);
     return(this);
 }