static public void DeleteAllMarkers(this ScintillaGateway document, int markerId)
 {
     document.MarkerDeleteAll(markerId);
 }