/// <summary>
        ///
        /// </summary>
        public DrawComponent.Builder DrawComponent(DrawComponent component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new DrawComponent.Builder(component));
        }
 /// <summary>
 ///
 /// </summary>
 public DrawComponent.Builder DrawComponent(DrawComponent component)
 {
     return(new DrawComponent.Builder(component));
 }