public List <ProductDTO> getProducts()
 {
     return(mapper.getDTOs(productDataAccessProvider.GetProducts(x => true, true)));
 }