public async void GetDashboardData()
        {
            try
            {
                await ApiGenerator.GetListSubjectLimit(ViewShowListSubject, 3);

                await ApiGenerator.GetListStudentLimit(ViewShowListStudent, 3);
            }
            catch (HttpRequestException exception)
            {
                Console.WriteLine(exception.Message);
            }
        }