public IEnumerable <ProveedorVista> Gets() { return(Service.Todos().Select(p => new ProveedorVista(p))); }