public override void UpdateX(int x)
 {
     BaseRectangle.UpdateX(x);
     Startpoint = BaseRectangle.Startpoint;
 }