public IEnumerable <CategoryDTO> GetAll()
 {
     return(ConverterExtension.ToDTOs(_categoryProvider.GetAll()));
 }