public DataRow Customer_ShowOnewDisplay(string Customer_Id)
 {
     return(customer.Customer_ShowOnewDisplay(Customer_Id));
 }