public bool Add(Well well) => _well.Add(well);
public bool Add(Resolution resolution) => _resolution.Add(resolution);