public List <ProductDTO> GetList() => _productsContext.GetList(). Select(obj => ConvertToProductDTO(obj)).ToList();