public Consulta GetById(int id)
        {
            Consulta c = _consultaServico.GetById(id);

            return(c);
        }