public IList <Intro> GetAll()
 {
     return(pm.GetAll());
 }