public ProductDTOResp ConsultarTodos() { ProductDTOResp resp = new ProductDTOResp(); resp.products = dal.ObtenerProductTodos(); return(resp); }