public void DrawPoligon(params Point[] Points)
 {
     decoratedShower.DrawPoligon(Points);
 }