public RibbonMenuSection AddButton(RibbonControl button)
 {
     // We use this because the standard script# array extension functions break the CRM code
     ArrayEx.Add(Buttons, button);
     return(this);
 }
 public RibbonMenuSection AddButton(RibbonControl button)
 {
     // We use this because the standard script# array extension functions break the CRM code
     ArrayEx.Add(Buttons, button);
     return this;
 }