private Shape AddReferencePoint(PowerPoint.Shapes shapes, float left, float top)
 {
     return shapes.AddShape(Office.MsoAutoShapeType.msoShapeOval, left, top, RefpointRadius, RefpointRadius);
 }