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