public int DistanceToGridBox(GridBox comparingGridBox) { return(gridPoint.Distance(comparingGridBox.gridPoint)); }