public void DrawEllipse(Point Center, double R)
 {
     decoratedShower.DrawEllipse(Center, R);
 }