public List <ContatoItem> GetContato()
 {
     return(_contatoRepositorio.GetContato().ToList());
 }