public static DataTable Config_GetByTop(string Top, string Where, string Order) { return(db.Config_GetByTop(Top, Where, Order)); }