public override void Draw()
 {
     Context2D.FillRectangle(rect, brush);
 }