public void Cadastrar(Consulta c)
 {
     repositorio.Cadastrar(c);
 }