static void Main(string[] args)
        {
            FrontEndHelperMethods.ExerciseDetails();
            FrontEndHelperMethods.Intro();

            BackEndHelperMethods.CourseLecturerBackground();

            FrontEndHelperMethods.Signature();
            FrontEndHelperMethods.Goodbye();

            Console.ReadKey();
        }
        static void Main(string[] args)
        {
            FrontEndHelperMethods.ExerciseDetails();
            FrontEndHelperMethods.Intro();

            BackEndHelperMethods.CreateFilePath();
            BackEndHelperMethods.CheckIfFileExists();
            BackEndHelperMethods.ReadingFromCSVFile();

            FrontEndHelperMethods.Goodbye();

            Console.ReadKey();
        }