public void Draw(DrawingContext context, RawRectangleF bounds)
 {
     context.DrawBitmap(_bitmap, bounds);
 }