public AttachmentEntityActionButtonView(AttachmentEntityActionButtonStyle style, string text) : base(style, text) { }
public AttachmentEntityActionButtonBaseView(AttachmentEntityActionButtonStyle style, string text) : this() { this.style = style; this.text = text; }