public async Task <CategoryType> GetWithAllInfoById(int id)
 {
     return(await categoryTypeRepository.GetWithAllInfoById(id));
 }