public IList <Intro> GetIntroByTitle(string title)
 {
     return(pm.GetIntroByTitle(title));
 }