public void CopyTo(DeltaLine[] buffer, int offset, int count)
 {
     Lines.CopyTo(buffer, offset, count);
 }