public SideBySideDiffModel()
 {
     OldText = new DiffPaneModel();
     NewText = new DiffPaneModel();
 }