public IActionResult Index()
 {
     return(View(_sudoku.GetGrille()));
 }