public void CreateElement() { ElementConfig element = ElementList?.GetElementById(_cellValue) ?? null; if (element != null) { CreateDot(element); } }