public CategoryDTO GetById(int id) { return(ConverterExtension.ToDTO(_categoryProvider.GetById(id))); }