public override object CreateControl()
 {
     control = new RegexReplaceParamControl(Value.Item1, Value.Item2, Previews);
     return(control);
 }