public List <Catalog> Get() { ICatalogService myService = ServiceLocator.Current.GetInstance <ICatalogService>(); return(myService.AllCatalog()); }