public IEnumerable <ProductDTO> Get() { var products = (IEnumerable <Product>)ProductDataSource.Get(); return(products.MapToProductDtoList()); }