public bool AdicionarRegistro(RegistroTurmaDTO registro) { return(TurmaService.AdicionarRegistro(registro)); }