public CRUDService(EcoreDbContext context) { _context = context; }
public CardService(EcoreDbContext context) { _context = context; }