public TipoUsuarioDTO ObtenerPorId(int id)
 {
     return(_tipoUsuarioRepository.ObtenerPorId(id));
 }