public int InsertData(EntityKhachHang KH)
 {
     return(da.InsertData(KH));
 }