public IList <CatalogEntity> getAll()
 {
     return(dao.getAll());
 }