public CatalogRepository(AspPostgreSQLContext context)
 {
     _context = context;
 }
 public ImageRepository(AspPostgreSQLContext context)
 {
     _context = context;
 }