public bool ConsistirUsuario(string email, string nome, string senha)
 {
     return(servico.ConsistirUsuario(email, nome, senha));
 }