public void RemoveEmptyLines()
 {
     _doc.RemoveEmptyLines();
 }