public void DrawingBitmap_CopyToWriteableBitmap()
 {
     _bitmapSource.CopyToWriteableBitmap(_writeableBitmap);
 }