public bool IsFilled(Vector thisV)
 {
     return(_privateBoard.IsFilled(thisV));
 }