public CatalogService(EntityModel ents)
 {
     this.ents = ents;
 }
 public CatalogService()
 {
     ents = new EntityModel();
 }