public async Task <List <CategoryType> > GetAllWithAllInfo()
 {
     return(await categoryTypeRepository.GetAllWithAllInfo());
 }