public static void Main()
    {
        Hardware hw = new Hardware();

        hw.BorrarPantalla();
    }