public IEnumerable <ContatoModel> Get() { try { return(ContatoService.Get()); } catch (Exception) { throw; } }