public Facade(DbContextGoWebsite context) { ctx = context; }
public Facade() { ctx = new DbContextGoWeb(); }