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