public bool EliminarTipo(TipoUsuarioDTO tipo)
 {
     return(tuRepository.Eliminar(tipo));
 }