public static void PrintInfo(QuadraticEquation x)
 {
     Console.WriteLine(x);
 }