public static List <BrokerInfo> BrokerInfo_GetByTop(string Top, string Where, string Order) { return(db.BrokerInfo_GetByTop(Top, Where, Order)); }