public void Update(UsuarioPath itens)
 {
     _repositorio.Update(itens);
 }
 public void Add(UsuarioPath itens)
 {
     _repositorio.Add(itens);
 }