public bool Update(TipoDocumento t)
 {
     return(documentoRepository.update(t));
 }