private static void VerOperacion(TMatriz Mat) { Console.Clear (); Console.WriteLine ("{0}={1}",NombreOperacion(Mat),Mat.Operacion()); }