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