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