public IEnumerable <Colegio> Get()
 {
     return(col.ListaColegio());
 }