public StatusField(string value, string text, StatusFieldColor color) : this() { Value = value; Text = text; Color = color; }
public SiglaField(string value, string text, string textBind, StatusFieldColor color) : this() { Value = value; Text = text; TextBind = textBind; Color = color; }