public TiposUsuario GetTipoUsuario(int id)
 {
     return(_tipoUsuarioRepository.Get(id));
 }