public new void Formula(string formula)
 {
     mapping.Set(x => x.Formula, layer, formula);
     mapping.MakeColumnsEmpty(Layer.UserSupplied);
 }