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