public IEnumerable <Curso> Get()
 {
     return(col.ListaCurso());
 }