public static void Create(double x1, double y1, bool error) { Figure.AddToList(new Point(x1, y1, error)); }