public void AddShape(MapShapes shape) { mapShapeList.Add(shape); mapServiceJS.MapAddShape(shape, this); }