public async Task Add(CategoryType categoryType)
 {
     await categoryTypeRepository.Add(categoryType);
 }