private void OnCreateBoard(CreateBoardEventArgs args)
 {
     CreateBoard?.Invoke(this, args);
 }