public void CreateBody() { Cell c1 = new Cell(this.X, this.Y); Cell c2 = new Cell(this.X, this.Y); Cell c3 = new Cell(this.X, this.Y); Body[0] = c1; }