public SelectAdmin() { context = new ContextShop(); }
public RepositoryShop(ContextShop context) { this.context = context; }
public Select() { context = new ContextShop(); }