public ICollection <CategoryType> GetAll()
 {
     return(_categoryTypeRepository.GetAll());
 }