public IActionResult DeleteMatrice(string matrixAsString)
 {
     mservice.DeleteMatrix(matrixAsString);
     return(Redirect("/getmatrices"));
 }