public void load_cus()
 {
     lc = rp.getAllCustomer();
     rpCustomer.DataSource = lc;
     rpCustomer.DataBind();
 }