public RepositorioVM()
 {
     _webAPI      = new WebAPI();
     _endPointURL = new EnderecoAPI();
 }
 public FavoritoVM()
 {
     _webAPI      = new WebAPI();
     _endPointURL = new EnderecoAPI();
 }