public void SetLocation(int x, int y)
 {
     this.X = x;
     this.Y = y;
     DrawingArea.SetLocation(x, y);
 }