public static DataTable Customer_GetByAll()
 {
     return(db.Customer_GetByAll());
 }