public static ButtonBuilder Button(this BootstrapFactory factory, string title) { return(factory.Button().Title(title)); }