private void PointOnRemove(ControlPoint point) { _curve.RemovePoint(point.PointData); Canvas1.Children.Remove(point); RefreshGraph(); }