public SqlReqest(GoodsEntities db) { this.db = db; }
public ServerLogic() { db = new GoodsEntities(); sqlReqest = new SqlReqest(db); }