public PartituraController(ILogger <HomeController> logger, IPartiturasRepo svc) { _logger = logger; _svc = svc; }