public async Task <ActionResponse <int> > GetTotalNumber()
 {
     return(await educationLevelService.GetTotalNumber());
 }