public async void getListSubjectofDepartment(int departmentId) { try { await ApiGenerator.GetDepartmentListSubject(viewShowListSubjectofDepartment, departmentId); } catch (HttpRequestException exception) { Console.WriteLine(exception.Message); } }