protected bool isPointOnBoard(Point point)
 {
     return(MyBoard.IsPointOnBoard(point));
 }