public static PrimitiveBaseShape Create()
 {
     PrimitiveBaseShape shape = new PrimitiveBaseShape();
     return shape;
 }
        public static PrimitiveBaseShape Create()
        {
            PrimitiveBaseShape shape = new PrimitiveBaseShape();

            return(shape);
        }