public void SelectPin(CustomPin pin) { PinSelected?.Invoke(this, pin); }
public void AddPin(CustomPin pin) { Pins.Add(pin); CustomPins.Add(pin); }