private void AddParameter(Parameter parameter) { IParent parent = GetCurrentParent(); parent.AddParameter(parameter); }