public static void Main(string[] args)
    {
        Traffic traff = new Traffic(24);

        traff.showData();
    }