public Cellule ResoudreCellule(int posX, int posY) { Cellule maCellule = _sudoku.ResoudreCellule(posX, posY); return(maCellule); }