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