protected Hex findActiveHex(Point point)
 {
     return(MyBoard.findActiveHex(point));
 }