public DocumentsXmlController(IRepositoryXml repo) { this.repo = repo; }
public AlumnosController(IRepositoryXml repo) { this.repo = repo; }