public CatalogEntity GetCatalogByName(string name)
 {
     return(dao.get(name));
 }