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