public List <Plan> Read()
 {
     return(dao.GetAll());
 }